VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Processing.Analyzers Namespace / AnalyzerResultsComparer<TTarget,TValue> Class
Members Object Syntax Hierarchy Requirements SeeAlso
In This Topic
AnalyzerResultsComparer<TTarget,TValue> Class
In This Topic
Compares the results of two analyzers or compares an analyzer result and reference value.
Object Model
Analyzer<TTarget,TValue> Analyzer<TTarget,TValue> AnalyzerResultsComparer<TTarget,TValue>
Syntax
'Declaration

Public NotInheritable Class AnalyzerResultsComparer
     (Of TTarget
The type of the target object of processing command.
, TValue
The type of the analyzer value.
As System.IComparable) Inherits PredicateAnalyzer(Of TTarget) Implements IAnalyzerResultsComparerInfo
public sealed class AnalyzerResultsComparer<TTarget,TValue> : PredicateAnalyzer<TTarget>, IAnalyzerResultsComparerInfo
where TValue: System.IComparable

Type Parameters

TTarget
The type of the target object of processing command.
TValue
The type of the analyzer value.
Inheritance Hierarchy

System.Object
   Vintasoft.Imaging.Processing.ProcessingCommand<TTarget>
      Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,System.Boolean>
         Vintasoft.Imaging.Processing.Analyzers.PredicateAnalyzer<TTarget>
            Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultsComparer<TTarget,TValue>

Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also